home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 325_02 / mcmpl.bat < prev    next >
Encoding:
DOS Batch File  |  1990-03-26  |  191 b   |  6 lines

  1. rem batch file to compile in Microsoft C
  2. rem must be compiled using /AH, huge model
  3. rem other switches are optional
  4.  
  5. cl /Id:\msc\include /Ic:\mc\dp /G2 /AH /W3 /c /Zi /Fs /Gs /Oait %1.c
  6.